home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / tricho.exe / TRICHO next >
Text File  |  1990-03-16  |  313b  |  12 lines

  1. #make file for windows program tricho.C
  2.  
  3. tricho.obj :  tricho.c tricho.h
  4.     cl -c -D LINT_ARGS -Gsw -Os -W2 -Zp tricho.c
  5.  
  6. tricho.res :  tricho.rc tricho.h tricho.ico
  7.     rc -r tricho.rc
  8.  
  9. tricho.exe :  tricho.obj tricho.def tricho.res
  10.     link4 tricho, /align:16, /map, slibw, tricho
  11.     rc tricho.res
  12.